HomeSort by relevance Sort by last modified time
    Searched refs:frexp (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/bison/lib/
frexpl.c 27 return frexp (x, expptr);
33 # include "frexp.c"
  /external/compiler-rt/test/asan/TestCases/
frexp_interceptor.cc 3 // Test the frexp() interceptor.
12 double y = frexp(x, exp);
  /ndk/sources/android/support/src/musl-math/
frexp.c 4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
frexpl.c 6 return frexp(x, e);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexp.c 18 * x = frexp(arg,&exp);
22 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg
35 frexp(double x, int *eptr) function
55 __weak_reference(frexp, frexpl);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFrexp.rs 26 float out = frexp(inV, &outIptr);
33 float2 out = frexp(inV, &outIptr);
40 float3 out = frexp(inV, &outIptr);
47 float4 out = frexp(inV, &outIptr);
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 56 using ::frexp;
  /bionic/libstdc++/include/
cmath 58 using ::frexp;
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 63 double val = frexp (d, &expon);
80 double val = frexp (d, &expon);
  /external/chromium_org/third_party/libxml/win32/
config.h 63 double val = frexp (d, &expon);
80 double val = frexp (d, &expon);
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 49 double val = frexp (d, &expon);
64 double val = frexp (d, &expon);
  /ndk/sources/cxx-stl/gabi++/include/
cmath 58 using ::frexp;
  /ndk/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 56 using ::frexp;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 56 using ::frexp;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 58 using ::frexp;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 286 using std::frexp;
294 frexp(m_l1norm / maxnorm, &m_squarings);
304 using std::frexp;
316 frexp(m_l1norm / maxnorm, &m_squarings);
326 using std::frexp;
341 frexp(m_l1norm / maxnorm, &m_squarings);
359 frexp(m_l1norm / maxnorm, &m_squarings);
377 frexp(m_l1norm / maxnorm, &m_squarings);

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 9