Searched refs:vflr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | s390x.pm | 95 vfdsb wfdsb wfdxb vfisb wfisb wfixb vfll vflls wflls wflld vflr 1975 sub vled { # deprecated, use vflr 2239 sub vflr { subroutine 2243 vflr(@_[0..1],3,@_[2..3]); 2246 vflr(@_[0..1],3,0x8|$_[2],$_[3]); 2249 vflr(@_[0..1],4,0x8|$_[2],$_[3]);
|
/third_party/openssl/crypto/perlasm/ |
H A D | s390x.pm | 95 vfdsb wfdsb wfdxb vfisb wfisb wfixb vfll vflls wflls wflld vflr 1975 sub vled { # deprecated, use vflr 2239 sub vflr { subroutine 2243 vflr(@_[0..1],3,@_[2..3]); 2246 vflr(@_[0..1],3,0x8|$_[2],$_[3]); 2249 vflr(@_[0..1],4,0x8|$_[2],$_[3]);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 1160 const int vflr = util_ifloor(v); in img_filter_2d_linear_repeat_POT() local 1163 const float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT() 1166 const int y0 = vflr & (ypot - 1); in img_filter_2d_linear_repeat_POT() 1214 const int vflr = util_ifloor(v); in img_filter_2d_nearest_repeat_POT() local 1217 const int y0 = vflr & (ypot - 1); in img_filter_2d_nearest_repeat_POT()
|
Completed in 14 milliseconds