HomeSort by relevance Sort by last modified time
    Searched full:floatingpoint (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaObjC/
method-def-2.m 8 -(void) brokenType: (int)x floatingPoint: (double)y;
13 -(void) brokenType: (int)x floatingPoint: (double)y
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
python.c 6 #include <floatingpoint.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
python.c 6 #include <floatingpoint.h>
  /external/swiftshader/src/OpenGL/compiler/
Compiler.cpp 177 TPublicType floatingPoint;
178 floatingPoint.type = EbtFloat;
179 floatingPoint.primarySize = 1;
180 floatingPoint.secondarySize = 1;
181 floatingPoint.array = false;
190 symbolTable.setDefaultPrecision(floatingPoint, EbpHigh);
  /external/libcxx/include/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
floatingpoint.h 12 #include_next "floatingpoint.h"
  /external/parameter-framework/upstream/test/functional-tests/
CMakeLists.txt 38 FloatingPoint.cpp
  /external/python/cpython2/Doc/tutorial/
index.rst 58 floatingpoint.rst
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 333 class FloatingPoint {
375 // Constructs a FloatingPoint from a raw floating-point number.
381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
389 FloatingPoint fp(0);
426 bool AlmostEquals(const FloatingPoint& rhs) const {
479 // Typedefs the instances of the FloatingPoint template class that we
481 typedef FloatingPoint<float> Float;
482 typedef FloatingPoint<double> Double;
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 232 class FloatingPoint {
274 // Constructs a FloatingPoint from a raw floating-point number.
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
288 FloatingPoint fp(0);
328 bool AlmostEquals(const FloatingPoint& rhs) const {
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
388 // Typedefs the instances of the FloatingPoint template class that we
390 typedef FloatingPoint<float> Float;
391 typedef FloatingPoint<double> Double
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 232 class FloatingPoint {
274 // Constructs a FloatingPoint from a raw floating-point number.
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
288 FloatingPoint fp(0);
328 bool AlmostEquals(const FloatingPoint& rhs) const {
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
388 // Typedefs the instances of the FloatingPoint template class that we
390 typedef FloatingPoint<float> Float;
391 typedef FloatingPoint<double> Double
    [all...]
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
GraphValidationScopingTest.java 62 " @Provides float floatingPoint() { return 0.0f; }",
112 " @Provides @Singleton float floatingPoint() { return 0.0f; }", // same scope - valid
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 317 class FloatingPoint {
359 // Constructs a FloatingPoint from a raw floating-point number.
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
373 FloatingPoint fp(0);
410 bool AlmostEquals(const FloatingPoint& rhs) const {
463 // Typedefs the instances of the FloatingPoint template class that we
465 typedef FloatingPoint<float> Float;
466 typedef FloatingPoint<double> Double;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 346 class FloatingPoint {
388 // Constructs a FloatingPoint from a raw floating-point number.
394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
402 FloatingPoint fp(0);
439 bool AlmostEquals(const FloatingPoint& rhs) const {
492 // Typedefs the instances of the FloatingPoint template class that we
494 typedef FloatingPoint<float> Float;
495 typedef FloatingPoint<double> Double;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 337 class FloatingPoint {
379 // Constructs a FloatingPoint from a raw floating-point number.
385 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
393 FloatingPoint fp(0);
430 bool AlmostEquals(const FloatingPoint& rhs) const {
483 // Typedefs the instances of the FloatingPoint template class that we
485 typedef FloatingPoint<float> Float;
486 typedef FloatingPoint<double> Double;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 231 class FloatingPoint {
273 // Constructs a FloatingPoint from a raw floating-point number.
279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
287 FloatingPoint fp(0);
324 bool AlmostEquals(const FloatingPoint& rhs) const {
377 // Typedefs the instances of the FloatingPoint template class that we
379 typedef FloatingPoint<float> Float;
380 typedef FloatingPoint<double> Double;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 231 class FloatingPoint {
273 // Constructs a FloatingPoint from a raw floating-point number.
279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
287 FloatingPoint fp(0);
324 bool AlmostEquals(const FloatingPoint& rhs) const {
377 // Typedefs the instances of the FloatingPoint template class that we
379 typedef FloatingPoint<float> Float;
380 typedef FloatingPoint<double> Double;
    [all...]
  /art/cmdline/
cmdline_parser_test.cc 46 using FloatingPoint = ::testing::internal::FloatingPoint<double>;
48 FloatingPoint exp(expected);
49 FloatingPoint act(actual);

Completed in 1305 milliseconds

1 2 3 4 5 6