Searched refs:SetFloat (Results 1 – 9 of 9) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 3878 dst.SetFloat(i, result); \ 3919 dst.SetFloat(i, std::isnan(result) ? result : FPRecipStepFused(op1, op2)); in frecps() 3949 dst.SetFloat(i, std::isnan(result) ? result : FPRSqrtStepFused(op1, op2)); in frsqrts() 4061 dst.SetFloat(i, result); in fmla() 4092 dst.SetFloat(i, result); in fmls() 4120 dst.SetFloat(i, op); in fneg() 4149 dst.SetFloat(i, op); in fabs_() 4186 dst.SetFloat(i, result); in fsqrt() 4192 dst.SetFloat(i, result); in fsqrt() 4216 dst.SetFloat(0, result); \ [all …]
|
D | simulator-a64.h | 537 void SetFloat(int index, T value) const { in SetFloat() function
|
/external/lldb/include/lldb/Core/ |
D | RegisterValue.h | 315 SetFloat (float f) in SetFloat() function
|
/external/lldb/source/Core/ |
D | RegisterValue.cpp | 367 case eTypeFloat: SetFloat (src.GetFloat (&src_offset)); break; in SetValueFromData() 369 case eTypeLongDouble: SetFloat (src.GetLongDouble (&src_offset)); break; in SetValueFromData()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 237 void SetFloat (Message* message,
|
D | message.h | 503 virtual void SetFloat (Message* message,
|
D | extension_set.h | 247 void SetFloat (int number, FieldType type, float value, desc);
|
D | test_util.cc | 2397 reflection->SetFloat (message, F("optional_float" ), 111); in SetAllFieldsViaReflection() 2508 reflection->SetFloat (message, F("default_float" ), 411); in SetAllFieldsViaReflection()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1783 reflection->SetFloat(message, field_descriptor, value); in CheckAndGetInteger()
|