Home
last modified time | relevance | path

Searched refs:HALF_PI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.cos.f16.ll28 ; SI-DAG: v_mov_b32_e32 v[[HALF_PI:[0-9]+]], 0x3e22f983{{$}}
33 ; SI: v_mul_f32_e32 v[[M_F32_0:[0-9]+]], v[[A_F32_0]], v[[HALF_PI]]
35 ; SI: v_mul_f32_e32 v[[M_F32_1:[0-9]+]], v[[A_F32_1]], v[[HALF_PI]]
Dllvm.sin.f16.ll28 ; SI: v_mov_b32_e32 v[[HALF_PI:[0-9]+]], 0x3e22f983{{$}}
33 ; SI: v_mul_f32_e32 v[[M_F32_0:[0-9]+]], v[[A_F32_0]], v[[HALF_PI]]
35 ; SI: v_mul_f32_e32 v[[M_F32_1:[0-9]+]], v[[A_F32_1]], v[[HALF_PI]]
/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java54 final static CR HALF_PI = CR.PI.divide(CR.valueOf(2)); field in SlowCRTest
61 UnaryCRFunction.sinFunction.inverseMonotone(HALF_PI.negate(),
62 HALF_PI);