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

  /prebuilts/go/darwin-x86/src/math/
tan.go 16 // tan.c
22 // double x, y, tan();
23 // y = tan( x );
62 // tan coefficients
76 // Tan returns the tangent of the radian argument x.
79 // Tan(±0) = ±0
80 // Tan(±Inf) = NaN
81 // Tan(NaN) = NaN
82 func Tan(x float64) float64
84 func tan(x float64) float64 func
    [all...]
  /prebuilts/go/linux-x86/src/math/
tan.go 16 // tan.c
22 // double x, y, tan();
23 // y = tan( x );
62 // tan coefficients
76 // Tan returns the tangent of the radian argument x.
79 // Tan(±0) = ±0
80 // Tan(±Inf) = NaN
81 // Tan(NaN) = NaN
82 func Tan(x float64) float64
84 func tan(x float64) float64 func
    [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
tan.go 58 // Tan returns the tangent of x.
59 func Tan(x complex128) complex128 {
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 58 // Tan returns the tangent of x.
59 func Tan(x complex128) complex128 {
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 98 Tan = 62,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 98 Tan = 62,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 98 Tan = 62,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 331 Tan = 0xd2b48c,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 190 static const ARGB Tan = 0xFFD2B48C;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 94 Tan = 62,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 94 Tan = 62,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
OpenCL.std.h 94 Tan = 62,
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 972 milliseconds