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

  /bionic/libm/upstream-netbsd/lib/libm/complex/
cephes_subrl.c 60 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L;
83 t = ((x - t * DP1) - t * DP2) - t * DP3;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 110 OP12(DP2)
  /prebuilts/go/darwin-x86/src/math/cmplx/
tan.go 96 DP2 = 1.98418714791870343106E-9 // ?? 0x3e210b4610000000
106 return ((x - t*DP1) - t*DP2) - t*DP3
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 96 DP2 = 1.98418714791870343106E-9 // ?? 0x3e210b4610000000
106 return ((x - t*DP1) - t*DP2) - t*DP3
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 281 OP2(DP2);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 874 ALU2(DP2)
brw_eu_emit.c 901 ALU2(DP2)
    [all...]

Completed in 818 milliseconds