/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | yuv.h | 27 unsigned int y1:8; member 37 #define YUV411_Y10(y) (y).v[0].y1 38 #define YUV411_Y11(y) (y).v[1].y1 39 #define YUV411_Y12(y) (y).v[2].y1 40 #define YUV411_Y13(y) (y).v[3].y1 71 unsigned int y1:8; member 74 #define YUV422_Y1(y) (y).y1
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 256 signed y1 = (signed)yv12_y[i] - 16; in yv12_to_rgb565() local 265 signed tmp1 = y1 * 298; in yv12_to_rgb565() 302 signed y1 = (signed)yv12_y[i] - 16; in yv12_to_rgb888() local 306 signed r1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 1.5960267857142856 * v)); in yv12_to_rgb888() 307 …signed g1 = clamp_rgb(1 * (1.1643835616438356 * y1 - 0.39176229009491365 * u * 0.97 - 0.812967647… in yv12_to_rgb888() 308 signed b1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 2.017232142857143 * u * 0.97)); in yv12_to_rgb888() 340 signed y1 = (signed)yv12_y[i] - 16; in yuv420p_to_rgb888() local 349 signed tmp1 = y1 * 298; in yuv420p_to_rgb888()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | e_pow.c | 121 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 274 y1 = y; in __ieee754_pow() 275 SET_LOW_WORD(y1,0); in __ieee754_pow() 276 p_l = (y-y1)*t1+y*t2; in __ieee754_pow() 277 p_h = y1*t1; in __ieee754_pow()
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local 209 SET_FLOAT_WORD(y1,is&0xfffff000); 210 p_l = (y-y1)*t1+y*t2; 211 p_h = y1*t1;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_zlib.py | 173 y1 = dco.decompress(x1 + x2) 175 self.assertEqual(data, y1 + y2) 188 y1 = dco.decompress(x1 + x2) 190 self.assertEqual(HAMLET_SCENE, y1 + y2) 203 y1 = dco.decompress(''.join(bufs)) 205 self.assertEqual(data, y1 + y2)
|
D | test_random.py | 127 y1 = self.gen.gauss(0, 1) 134 self.assertEqual(y1, y2) 183 y1 = self.gen.gauss(0, 1) 190 self.assertEqual(y1, y2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | classfix.py | 181 x1, y1 = baseprog.regs[1] 182 bases[i] = bases[i][x1:y1]
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 5770 float32_t y0, y1; /* Nearest output values */ in arm_linear_interp_f32() local 5796 y1 = pYData[i + 1]; in arm_linear_interp_f32() 5799 y = y0 + (x - x0) * ((y1 - y0) / (x1 - x0)); in arm_linear_interp_f32() 5828 q31_t y0, y1; /* Nearest output values */ in arm_linear_interp_q31() local 5854 y1 = pYData[index + 1u]; in arm_linear_interp_q31() 5860 y += ((q31_t) (((q63_t) y1 * fract) >> 32)); in arm_linear_interp_q31() 5890 q15_t y0, y1; /* Nearest output values */ in arm_linear_interp_q15() local 5915 y1 = pYData[index + 1u]; in arm_linear_interp_q15() 5921 y += ((q63_t) y1 * (fract)); in arm_linear_interp_q15() 5950 q7_t y0, y1; /* Nearest output values */ in arm_linear_interp_q7() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | calendar.py | 102 def leapdays(y1, y2): argument 105 y1 -= 1 107 return (y2//4 - y1//4) - (y2//100 - y1//100) + (y2//400 - y1//400)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | calendar.py | 102 def leapdays(y1, y2): argument 105 y1 -= 1 107 return (y2//4 - y1//4) - (y2//100 - y1//100) + (y2//400 - y1//400)
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | faceauth_shared.h | 161 int32_t y1; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | faceauth_shared.h | 243 int32_t y1; member
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 340 float y1 = -R*sin(theta_around_x*3.14/180); in get_eye_x_y_z() local 346 *y = y1; in get_eye_x_y_z()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
D | Enquire.c | 2786 f_max, newxmax, f_min, xminner, y, y1, z, z1, z2; 3014 y=z; y1=z1; 3018 if (z2 != y1) break; 3041 f_min=y; z1=y1; 3042 y=Div(y,base); y1=Div(y1,base); 3044 z2=Mul(y1,base);
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/ |
D | drm.h | 92 unsigned short y1; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/ |
D | drm.h | 56 unsigned short y1; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/ |
D | drm.h | 92 unsigned short y1; member
|
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/ |
D | drm.h | 92 unsigned short y1; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/drm/ |
D | drm.h | 56 unsigned short y1; member
|
/device/google/barbet-kernel/sm7250/kernel-headers/drm/ |
D | drm.h | 56 unsigned short y1; member
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 697 #define __ieee754_y1 y1
|