Searched refs:round_dir (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.h | 139 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
|
D | drawutils.c | 625 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir, in ff_draw_round_to_sub() argument 632 if (round_dir >= 0) in ff_draw_round_to_sub() 633 value += round_dir ? (1 << shift) - 1 : 1 << (shift - 1); in ff_draw_round_to_sub()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 568 void castTo(other_T& other, round_direction round_dir) { 580 getRoundedNormalizedSignificand<other_T>(round_dir, &carried); 626 isNegative() ? round_dir == round_direction::kToNegativeInfinity 627 : round_dir == round_direction::kToPositiveInfinity;
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 570 void castTo(other_T& other, round_direction round_dir) { 582 getRoundedNormalizedSignificand<other_T>(round_dir, &carried); 628 isNegative() ? round_dir == kRoundToNegativeInfinity 629 : round_dir == kRoundToPositiveInfinity;
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 652 getRoundedNormalizedSignificand<other_T>(round_dir, &carried); 698 isNegative() ? round_dir == round_direction::kToNegativeInfinity 699 : round_dir == round_direction::kToPositiveInfinity;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 652 getRoundedNormalizedSignificand<other_T>(round_dir, &carried); 698 isNegative() ? round_dir == round_direction::kToNegativeInfinity 699 : round_dir == round_direction::kToPositiveInfinity;
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 652 getRoundedNormalizedSignificand<other_T>(round_dir, &carried); 698 isNegative() ? round_dir == round_direction::kToNegativeInfinity 699 : round_dir == round_direction::kToPositiveInfinity;
|