HomeSort by relevance Sort by last modified time
    Searched full:cbrt (Results 201 - 225 of 497) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 64 static native float cbrt(float x); method in class:CoreMathVerifier
397 static private Target.Floaty cbrt(double d, Target t) { method in class:CoreMathVerifier
400 Math.cbrt(in.mid()),
401 Math.cbrt(in.min()),
402 Math.cbrt(in.max()));
405 static private Target.Floaty cbrt(float f, Target t) { method in class:CoreMathVerifier
408 cbrt(in.mid32()),
409 cbrt(in.min32()),
410 cbrt(in.max32()));
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 58 double cbrt(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
357 // CHECK-NOERRNO: declare double @cbrt(double) [[NUW]]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /bionic/libm/include/
math.h 181 double cbrt(double);
  /external/bison/m4/
math_h.m4 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 784 arc(x, y, radius, start, degrees, Math.max(1, (int)(6 * (float)Math.cbrt(radius) * (degrees / 360.0f))));
844 circle(x, y, radius, Math.max(1, (int)(6 * (float)Math.cbrt(radius))));
899 ellipse(x, y, width, height, Math.max(1, (int)(12 * (float)Math.cbrt(Math.max(width * 0.5f, height * 0.5f)))));
    [all...]
  /external/llvm/lib/Target/WebAssembly/
known_gcc_test_failures.txt 95 #cbrt.c
  /external/ltrace/etc/
libm.so.conf 168 double cbrt(double);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 623 f = cbrt(f);
624 f2 = cbrt(f2);
625 f3 = cbrt(f3);
626 f4 = cbrt(f4);
    [all...]
math.rs 253 TEST_FN_FUNC_FN(cbrt);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 621 f = cbrt(f);
622 f2 = cbrt(f2);
623 f3 = cbrt(f3);
624 f4 = cbrt(f4);
    [all...]
math.rs 253 TEST_FN_FUNC_FN(cbrt);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 260 TEST_FN_FUNC_FN(cbrt);
math_fp16.rs 112 TEST_HN_FUNC_HN(cbrt);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 253 TEST_FN_FUNC_FN(cbrt);
math.rs.orig 253 TEST_FN_FUNC_FN(cbrt);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 253 TEST_FN_FUNC_FN(cbrt);
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 101 result = Math.cbrt(d);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 170 __MATHCALL (cbrt,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 171 __MATHCALL (cbrt,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 171 __MATHCALL (cbrt,, (_Mdouble_ __x));
  /prebuilts/go/darwin-x86/src/math/
all_test.go 115 var cbrt = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 115 var cbrt = []float64{ var
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 475 // cbrt - cube root.
477 typename tools::promote_args<RT>::type cbrt(RT z);
480 typename tools::promote_args<RT>::type cbrt(RT z, const Policy&);
    [all...]
  /libcore/luni/src/test/resources/
math_java_only.csv 3 cbrt,-0x1.28c16bdbe5b02p341,-0x1.8ec3beb2d4185p1023
4 cbrt,-0x1.2e14b2c0fd516p341,-0x1.a49ea827e7d05p1023
5 cbrt,-0x1.5e34a2f636f55p340,-0x1.47afe754a89fep1021
6 cbrt,-0x1.f8a0db364f2c1p340,-0x1.ea33b08c7fbfbp1022
7 cbrt,0x1.13fe315a92f2fp341,0x1.40c8f2c416881p1023
8 cbrt,-0x1.f058cbbc49543p340,-0x1.d2762c5e7c22bp1022
9 cbrt,0x1.4785ce183fe27p340,0x1.0c0c8b67b7daep1021
10 cbrt,-0x1.250fa24b85fe4p341,-0x1.800e50b80ea85p1023
11 cbrt,0x1.377220bf3a7dfp340,0x1.ccf6eeb86909cp1020
12 cbrt,-0x1.c98f0eb5c5dcbp340,-0x1.6d6d5ccb7231fp102
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 891011>>