libvips/libvips/arithmetic
John Cupitt a7d889df06 use builtin floor / ceil
get rid of FAST_PSEUDO_FLOOR, add VIPS_FLOOR and VIPS_CEIL, use them
everywhere

see https://github.com/jcupitt/libvips/pull/372
2016-01-23 09:50:57 +00:00
..
abs.c
add.c more docs argh 2014-08-19 17:57:27 +01:00
arithmetic.c sizealike() and friends elide completely 2015-11-13 14:48:02 +00:00
avg.c fix avg of complex 2014-09-12 14:01:20 +01:00
binary.c
binary.h
boolean.c fix up gtk-doc comments 2014-09-03 14:32:55 +01:00
complex.c fix atan() for -ve angles 2015-11-20 14:45:51 +00:00
deviate.c fix up gtk-doc comments 2014-09-03 14:32:55 +01:00
divide.c fix all docs warnings 2014-11-17 10:32:40 +00:00
getpoint.c oops in vips_getpoint() C wrapper 2015-03-08 15:13:56 +00:00
hist_find_indexed.c find_indexed wasn't banning complex images 2014-09-15 13:25:04 +01:00
hist_find_ndim.c
hist_find.c fix hist_find crash with non-u8/u16 input 2014-09-15 11:42:21 +01:00
hough_circle.c more tests 2014-09-15 13:58:31 +01:00
hough_line.c
hough.c
hough.h
invert.c
linear.c more small coverity tweaks 2015-09-30 11:11:11 +01:00
Makefile.am
math2.c more docs argh 2014-08-19 17:57:27 +01:00
math.c make log/log10 zero-avoiding 2015-08-11 13:59:11 +01:00
max.c Use gcc/clang isnan and isinf builtin functions where available. 2016-01-20 19:02:14 +00:00
measure.c more small coverity tweaks 2015-09-30 11:11:11 +01:00
min.c Use gcc/clang isnan and isinf builtin functions where available. 2016-01-20 19:02:14 +00:00
multiply.c more pyvips8 docs 2014-11-07 14:49:18 +00:00
nary.c
nary.h
parithmetic.h
profile.c
project.c remove vips__image_sizeof_bandformat 2015-04-20 14:18:17 +01:00
relational.c fix more, moreeq 2014-09-17 11:21:34 +01:00
remainder.c use builtin floor / ceil 2016-01-23 09:50:57 +00:00
round.c use builtin floor / ceil 2016-01-23 09:50:57 +00:00
sign.c more pyvips8 docs 2014-11-07 14:49:18 +00:00
statistic.c
statistic.h
stats.c oops 2015-09-30 11:37:42 +01:00
subtract.c more docs argh 2014-08-19 17:57:27 +01:00
sum.c make arrayimage ref/unref 2014-09-23 14:38:46 +01:00
unary.c
unary.h
unaryconst.c remove vips__image_sizeof_bandformat 2015-04-20 14:18:17 +01:00
unaryconst.h