HomeSort by relevance Sort by last modified time
    Searched defs:remquo (Results 1 - 19 of 19) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquo.c 29 * remquo in reduction algorithms.
32 remquo(double x, double y, int *quo) function
158 __weak_reference(remquo, remquol);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 78 float remquo(float t, float v, int* ptr) {return SC_remquof(t, v, ptr);} function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 166 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 166 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 369 #define remquo(Val1, Val2, Val3) \ macro
370 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 369 #define remquo(Val1, Val2, Val3) \ macro
370 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
  /external/clang/lib/Headers/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 460 friend const mpreal remquo (long* q, const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2156 inline const mpreal remquo (long* q, const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 103 static native RemquoResult remquo(float numerator, float denominator); method in class:CoreMathVerifier
    [all...]

Completed in 267 milliseconds