HomeSort by relevance Sort by last modified time
    Searched refs:DP1 (Results 1 - 4 of 4) sorted by null

  /bionic/libm/upstream-netbsd/lib/libm/complex/
cephes_subrl.c 59 static const long double DP1 = 3.14159265358979323829596852490908531763125L;
83 t = ((x - t * DP1) - t * DP2) - t * DP3;
  /prebuilts/go/darwin-x86/src/math/cmplx/
tan.go 95 DP1 = 3.14159265160560607910E0 // ?? 0x400921fb54000000
106 return ((x - t*DP1) - t*DP2) - t*DP3
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 95 DP1 = 3.14159265160560607910E0 // ?? 0x400921fb54000000
106 return ((x - t*DP1) - t*DP2) - t*DP3
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]

Completed in 1186 milliseconds