/external/libcxx/include/ |
cmath | 48 floating_point abs(floating_point x); 50 floating_point acos (arithmetic x); 54 floating_point asin (arithmetic x); 58 floating_point atan (arithmetic x); 62 floating_point atan2 (arithmetic y, arithmetic x); 66 floating_point ceil (arithmetic x); 70 floating_point cos (arithmetic x); 74 floating_point cosh (arithmetic x); 78 floating_point exp (arithmetic x) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 48 floating_point abs(floating_point x); 50 floating_point acos (arithmetic x); 54 floating_point asin (arithmetic x); 58 floating_point atan (arithmetic x); 62 floating_point atan2 (arithmetic y, arithmetic x); 66 floating_point ceil (arithmetic x); 70 floating_point cos (arithmetic x); 74 floating_point cosh (arithmetic x); 78 floating_point exp (arithmetic x) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 48 floating_point abs(floating_point x); 50 floating_point acos (arithmetic x); 54 floating_point asin (arithmetic x); 58 floating_point atan (arithmetic x); 62 floating_point atan2 (arithmetic y, arithmetic x); 66 floating_point ceil (arithmetic x); 70 floating_point cos (arithmetic x); 74 floating_point cosh (arithmetic x); 78 floating_point exp (arithmetic x) [all...] |
/external/libpng/contrib/conftest/ |
write.dfa | 30 option FLOATING_POINT on
|
read.dfa | 34 option FLOATING_POINT on
|
/external/libpng/contrib/pngminim/decoder/ |
pngusr.dfa | 20 # option FLOATING_POINT on
|
/external/libpng/contrib/pngminim/encoder/ |
pngusr.dfa | 22 # option FLOATING_POINT on
|
/external/libpng/contrib/pngminim/preader/ |
pngusr.dfa | 18 # option FLOATING_POINT on
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
floating_point.pass.cpp | 12 // floating_point
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/ |
floating_point.pass.cpp | 12 // floating_point
|
/external/speex/libspeex/ |
arch.h | 49 #ifdef FLOATING_POINT 64 #ifndef FLOATING_POINT 65 #error You now need to define either FIXED_POINT or FLOATING_POINT
|
resample_neon.h | 111 #elif defined(FLOATING_POINT)
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
floating_point.pass.cpp | 12 // floating_point
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
floating_point.pass.cpp | 12 // floating_point
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | 80 #ifdef FLOATING_POINT 209 #ifdef FLOATING_POINT 219 #endif /* FLOATING_POINT */ 283 #ifdef FLOATING_POINT 609 #ifdef FLOATING_POINT 678 #ifdef FLOATING_POINT 811 #endif /* FLOATING_POINT */ 1020 #ifdef FLOATING_POINT 1086 #ifdef FLOATING_POINT 1265 #ifdef FLOATING_POINT [all...] |
vfwprintf.c | 79 #ifdef FLOATING_POINT 231 #ifdef FLOATING_POINT 241 #endif /* FLOATING_POINT */ 290 #ifdef FLOATING_POINT 575 #ifdef FLOATING_POINT 631 #ifdef FLOATING_POINT 773 #endif /* FLOATING_POINT */ 980 #ifdef FLOATING_POINT 1042 #ifdef FLOATING_POINT 1223 #ifdef FLOATING_POINT [all...] |
vfwscanf.c | 45 #ifdef FLOATING_POINT 123 #ifdef FLOATING_POINT 255 #ifdef FLOATING_POINT 683 #ifdef FLOATING_POINT 780 #endif /* FLOATING_POINT */
|
vfscanf.c | 44 #ifdef FLOATING_POINT 241 #ifdef FLOATING_POINT 760 #ifdef FLOATING_POINT 854 #endif /* FLOATING_POINT */
|
/external/icu/icu4c/source/test/depstest/ |
dependencies.txt | 18 floating_point trigonometry 51 group: floating_point 748 floating_point pthread system_locale 869 floating_point # sqrt() for astro.o
|
/external/libpng/scripts/ |
options.awk | 511 # option FLOATING_POINT enables ok_math 513 # This ensures that at least one of FLOATING_POINT and FIXED_POINT 516 # option fail_math requires FLOATING_POINT FIXED_POINT 517 # This means the build will fail if *both* FLOATING_POINT and
|
/frameworks/rs/api/ |
Specification.cpp | 38 {"f16", "FLOAT_16", "half", "short", FLOATING_POINT, 11, 5}, 39 {"f32", "FLOAT_32", "float", "float", FLOATING_POINT, 24, 8}, 40 {"f64", "FLOAT_64", "double", "double", FLOATING_POINT, 53, 11}, 221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) { [all...] |
GenerateTestFiles.cpp | 318 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { 349 case FLOATING_POINT: { 379 if (compatibleType.kind == FLOATING_POINT) { [all...] |
/bionic/libc/stdio/ |
local.h | 245 #define FLOATING_POINT
|
/toolchain/binutils/binutils-2.25/gas/config/ |
atof-vax.c | 281 /* All vaxen floating_point formats (so far) have:
|
/docs/source.android.com/src/devices/audio/ |
data_formats.jd | 159 <a href="https://en.wikipedia.org/wiki/Floating_point">Floating point</a>
|