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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestRemquo.rs 28 float out = remquo(inNumerator, inDenominator, &outQuotient);
36 float2 out = remquo(inNumerator, inDenominator, &outQuotient);
44 float3 out = remquo(inNumerator, inDenominator, &outQuotient);
52 float4 out = remquo(inNumerator, inDenominator, &outQuotient);
  /bionic/tests/headers/posix/
tgmath_h.c 105 remquo(f1, f2, &i); remquo(d1, d2, &i); remquo(ld1, ld2, &i);
math_h.c 295 FUNCTION(remquo, double (*f)(double, double, int*));
  /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);
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remquo(double, double, int *);
160 __DEVICE__ float remquo(float, float, int *);
246 using ::remquo;
tgmath.h 1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
opencl-c.h     [all...]
  /bionic/libc/include/
math.h 271 double remquo(double __x, double __y, int* __quotient_bits);
273 long double remquol(long double __x, long double __y, int* __quotient_bits) __RENAME_LDBL(remquo, 3, 21);
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 93 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 96 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } function
    [all...]
  /bionic/tests/
math_test.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc 307 REGISTER_LIBM_SYMBOL(remquo, double (*)(double, double, int*));
  /external/deqp-deps/SPIRV-Tools/test/
ext_inst.opencl_test.cpp 151 CASE3(Remquo, remquo),
  /external/libcxx/include/
math.h 265 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
ext_inst.opencl_test.cpp 151 CASE3(Remquo, remquo),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 103 static native RemquoResult remquo(float numerator, float denominator); method in class:CoreMathVerifier
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 469 friend const mpreal remquo (long* q, const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 656 milliseconds