Home
last modified time | relevance | path

Searched defs:fp_value (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Ddump_context.cc651 uint128_struct fp_value = context_arm64->float_save.regs[freg_index]; in Print() local
782 uint32_t fp_value = context_riscv->fpregs[freg_index]; in Print() local
866 uint64_t fp_value = context_riscv64->fpregs[freg_index]; in Print() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h280 const int64_t fp_value = in RequantizeManyInNewRangeReference() local
393 const int32 fp_value = in RequantizeManyInNewRangeNeon() local
722 auto fp_value = ((input_array.template cast<int64_t>() * range_scale_fp) variable
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc6499 float fp_value = constant->AsFloatConstant()->GetValue(); in EmitMove() local
6510 double fp_value = constant->AsDoubleConstant()->GetValue(); in EmitMove() local
H A Dcode_generator_x86.cc7176 float fp_value = constant->AsFloatConstant()->GetValue(); in EmitMove() local