Searched refs:B1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c5762 FT_Int B1, B2; local in function:Ins_SHPIX
5774 B1 = exc->zp2.cur[point].y;
5779 dy = FT_PIX_ROUND( B1 + dy ) - B1;
5799 if ( ( B1 & 63 ) == 0 &&
5801 B1 != B2 )
5814 ( B1 & 63 ) != 0 &&
5816 B1 != B2 )
6409 FT_Int B1, B2; local in function:Ins_MIRP
6412 B1
7205 FT_UShort B1, B2; local in function:Ins_DELTAP
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp1003 #define B1(X) ir_function_signature *_##X(const glsl_type *); macro
1008 B1(radians)
1009 B1(degrees)
1010 B1(sin)
1011 B1(cos)
1012 B1(tan)
1013 B1(asin)
1014 B1(acos)
1015 B1(atan2)
1016 B1(ata
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp915 #define B1(X) ir_function_signature *_##X(const glsl_type *); macro
920 B1(radians)
921 B1(degrees)
922 B1(sin)
923 B1(cos)
924 B1(tan)
925 B1(asin)
926 B1(acos)
927 B1(atan2)
928 B1(ata
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Ddisassemble.c619 unsigned B1 = bits(words[3], 28, 32); local in function:dump_clause
623 unsigned M1 = (16 + A1 - B1) & 0xF;
H A Dbi_schedule.c1543 unsigned B1 = (pairs[i + 1] >> 60); local in function:bi_apply_constant_modifiers
1552 unsigned B = swap ? A1 : B1;
1560 unsigned M1 = (16 + A1 - B1) & 0xF;
1563 * we have 0 < (A1 - B1) % 16 < 8, which implies (B1 -

Completed in 20 milliseconds