HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 776 - 800 of 1235) sorted by null

<<31323334353637383940>>

  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 423 const float phi = (float)acos(cosPhi);
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 469 double theta = acos(SkTPin(R / sqrt(Q3), -1., 1.));
  /external/skia/src/sksl/
sksl.include 10 $genType acos($genType x);
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def 195 DEF_LIB_BUILTIN (BUILT_IN_ACOS, "acos", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/mips/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/x86/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 492 newConstArray[i].setDConst(acos(unionArray[i].getDConst()));
    [all...]
  /external/deqp/android/cts/mnc/
gles31-master.txt     [all...]
  /external/deqp/android/cts/mnc/src/
gles31-master.txt     [all...]
  /frameworks/rs/script_api/
rs_math.spec 180 function: acos
194 function: acos
1812 See also @acos().
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 75 * java.lang.Math#acos(double)
78 // Test for method double java.lang.Math.acos(double)
79 double r = Math.cos(Math.acos(ADJ / HYP));
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 49 * {@code acos}), use the "IEEE 754 core function" version
53 * {@code asin}, {@code acos}, {@code atan},
156 public static native double acos(double a); method in class:StrictMath
    [all...]
  /external/libcxx/include/
valarray 309 template<class T> valarray<T> acos (const valarray<T>& x);
530 {return acos(__x);}
    [all...]
  /prebuilts/abi-dumps/ndk/current/arm/source-based/
libm.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/current/x86/source-based/
libm.so.lsdump.gz 
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray 309 template<class T> valarray<T> acos (const valarray<T>& x);
529 {return acos(__x);}
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray 309 template<class T> valarray<T> acos (const valarray<T>& x);
529 {return acos(__x);}
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
valarray 309 template<class T> valarray<T> acos (const valarray<T>& x);
531 {return acos(__x);}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
    [all...]

Completed in 903 milliseconds

<<31323334353637383940>>