HomeSort by relevance Sort by last modified time
    Searched defs:SetFloat (Results 1 - 4 of 4) sorted by null

  /art/runtime/
art_field-inl.h 222 inline void ArtField::SetFloat(mirror::Object* object, float f) {
  /external/lldb/include/lldb/Core/
RegisterValue.h 315 SetFloat (float f)
  /external/vixl/src/vixl/a64/
simulator-a64.h 537 void SetFloat(int index, T value) const {
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 56 void SetFloat(const char* name, float value);
92 void JavaStruct::SetFloat(const char* name, float value) {
212 result.SetFloat("significand", frexpf(x, &exp));
241 result.SetFloat("lgamma", lgammaf_r(x, &sign));
361 result.SetFloat("remainder", remquof(numerator, denominator, &quotient));

Completed in 162 milliseconds