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

1 2 3

  /prebuilts/go/darwin-x86/src/math/
tan_amd64.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 JMP ·tan(SB)
tan_arm.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 B ·tan(SB)
tan_386.s 7 // func Tan(x float64) float64
8 TEXT ·Tan(SB),NOSPLIT,$0
10 FPTAN // F0=1, F1=tan(x) if -2**63 < x < 2**63
14 FMOVDP F0, F0 // F0=tan(x)
25 FPTAN // F0=1, F1=tan(reduced_x)
26 FMOVDP F0, F0 // F0=tan(reduced_x)
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...]
example_test.go 74 fmt.Printf("%.2f", math.Tan(0))
stubs_arm64.s 87 TEXT ·Tan(SB),NOSPLIT,$0
88 B ·tan(SB)
stubs_ppc64x.s 90 TEXT ·Tan(SB),NOSPLIT,$0
91 BR ·tan(SB)
stubs_mips64x.s 105 TEXT ·Tan(SB),NOSPLIT,$0
106 JMP ·tan(SB)
stubs_mipsx.s 102 TEXT ·Tan(SB),NOSPLIT,$0
103 JMP ·tan(SB)
  /prebuilts/go/linux-x86/src/math/
tan_amd64.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 JMP ·tan(SB)
tan_arm.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 B ·tan(SB)
tan_386.s 7 // func Tan(x float64) float64
8 TEXT ·Tan(SB),NOSPLIT,$0
10 FPTAN // F0=1, F1=tan(x) if -2**63 < x < 2**63
14 FMOVDP F0, F0 // F0=tan(x)
25 FPTAN // F0=1, F1=tan(reduced_x)
26 FMOVDP F0, F0 // F0=tan(reduced_x)
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...]
example_test.go 74 fmt.Printf("%.2f", math.Tan(0))
stubs_arm64.s 87 TEXT ·Tan(SB),NOSPLIT,$0
88 B ·tan(SB)
stubs_ppc64x.s 90 TEXT ·Tan(SB),NOSPLIT,$0
91 BR ·tan(SB)
stubs_mips64x.s 105 TEXT ·Tan(SB),NOSPLIT,$0
106 JMP ·tan(SB)
  /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/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/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 {

Completed in 202 milliseconds

1 2 3