Searched refs:L_real_one (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | logf.asm | 44 L_real_one DQ 0000000003f800000h ; 1.0 define 148 subss xmm4, DWORD PTR L_real_one ; xmm4 <-- x - 1. for later 221 subss xmm0, DWORD PTR L_real_one ; xmm0 <-- r = x - 1.0 248 por xmm2, XMMWORD PTR L_real_one 249 subss xmm2, DWORD PTR L_real_one 313 vsubss xmm4,xmm0,DWORD PTR L_real_one ; xmm4 <-- x - 1.0 371 vsubss xmm0,xmm0,DWORD PTR L_real_one ; xmm0 = r = = x - 1.0 398 vmovaps xmm3,DWORD PTR L_real_one
|
H A D | cosf.asm | 39 L_real_one DQ 03ff0000000000000h ; 1.0 define 265 movsd xmm0, QWORD PTR L_real_one ; 1.0 277 movsd xmm0, QWORD PTR L_real_one ; cosf(r) is a 1 347 addsd xmm0, QWORD PTR L_real_one ; 1 - 0.5x2 393 vmovq xmm0,QWORD PTR L_real_one 401 vfnmadd213sd xmm0,xmm5,L_real_one ; xmm9 1.0 - x*x*(double2)0.5 407 vmovapd xmm2,L_real_one 487 vmovapd xmm2,L_real_one
|