OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_b
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkFloat.cpp
161
int
value_b
= get_signed_value(packed_b) >> shift_b;
local
163
return SkFloat::SetShift(value_a +
value_b
, exp - EXP_BIAS);
186
int
value_b
= get_signed_value(packed_b);
local
188
return SkFloat::SetShift(mul24(value_a,
value_b
), exp_a + exp_b - 2*EXP_BIAS + 24);
/external/mesa3d/src/glsl/
ast_to_hir.cpp
154
arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &
value_b
,
159
const glsl_type *type_b =
value_b
->type;
178
if (!apply_implicit_conversion(type_a,
value_b
, state)
186
type_b =
value_b
->type;
470
relational_result_type(ir_rvalue * &value_a, ir_rvalue * &
value_b
,
474
const glsl_type *type_b =
value_b
->type;
495
if (!apply_implicit_conversion(type_a,
value_b
, state)
503
type_b =
value_b
->type;
[
all
...]
Completed in 256 milliseconds