Home
last modified time | relevance | path

Searched refs:ustart (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Duvcode.h7 float ustart; member
Dtif_luv.c878 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()
926 if (u < uv_row[vi].ustart) in uv_encode()
928 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()
962 *up = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in uv_decode()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-11-13-CoalescerCrash.ll8 define arm_aapcs_vfpcc float @aaa(%vec* nocapture %ustart, %vec* nocapture %udir, %vec* nocapture %…
/external/llvm/test/CodeGen/ARM/
D2009-11-13-CoalescerCrash.ll8 define arm_aapcs_vfpcc float @aaa(%vec* nocapture %ustart, %vec* nocapture %udir, %vec* nocapture %…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2009-11-13-CoalescerCrash.ll8 define arm_aapcs_vfpcc float @aaa(%vec* nocapture %ustart, %vec* nocapture %udir, %vec* nocapture %…
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4822 const unsigned int ustart = 0x80000000u; in UInt() local
4823 const float ustartf = float(ustart); in UInt()
4830 As<Int>(As<UInt>(Int(cast - Float(ustartf))) + UInt(ustart)), in UInt()
6064 const unsigned int ustart = 0x80000000u; in UInt4() local
6065 const float ustartf = float(ustart); in UInt4()
6070 uiValue = (uiValue & As<Int4>(As<UInt4>(Int4(cast - Float4(ustartf))) + UInt4(ustart))) | in UInt4()
DLLVMReactor.cpp4557 const unsigned int ustart = 0x80000000u; in UInt() local
4558 const float ustartf = float(ustart); in UInt()
4565 As<Int>(As<UInt>(Int(cast - Float(ustartf))) + UInt(ustart)), in UInt()
5754 const unsigned int ustart = 0x80000000u; in UInt4() local
5755 const float ustartf = float(ustart); in UInt4()
5760 uiValue = (uiValue & As<Int4>(As<UInt4>(Int4(cast - Float4(ustartf))) + UInt4(ustart))) | in UInt4()