Home
last modified time | relevance | path

Searched defs:FloatView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dfloat_test.cc176 TEST(FloatView, Equals) { in TEST() argument
208 TEST(FloatView, EqualsNaN) { in TEST() argument
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_prelude.h747 explicit FloatView(Args &&...args) : buffer_{::std::forward<Args>(args)...} {} in FloatView() function
748 FloatView() : buffer_() {} in FloatView() function