Home
last modified time | relevance | path

Searched defs:STOP (Results 1 – 25 of 105) sorted by relevance

12345

/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/events/
DAction.java30 STOP, enumConstant
DEventHandler.java60 STOP, enumConstant
/external/googleapis/google/ads/admanager/v1/
Dcompany_credit_status_enum.proto85 STOP = 4; enumerator
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/HookRequest/
DHookRequestCommand.php31 const STOP = 2; define in Grpc\\Testing\\HookRequest\\HookRequestCommand
/external/jsoup/src/main/java/org/jsoup/select/
DNodeFilter.java40 STOP enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventHandler.java57 int STOP = 0; field
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
Dsincos_test.cpp108 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Dcbrt_test.cpp25 uint64_t STOP = FPBits(8.0).uintval(); in TEST_F() local
Dtan_test.cpp65 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Dcos_test.cpp67 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Dexpm1_test.cpp49 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(4.0).uintval(); in TEST_F() local
Dsin_test.cpp56 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
Dsincos_test.cpp108 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Dcbrt_test.cpp25 uint64_t STOP = FPBits(8.0).uintval(); in TEST_F() local
Dsin_test.cpp56 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Dcos_test.cpp67 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
/external/llvm-libc/test/src/math/
Dsincos_test.cpp108 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
Datan_test.cpp24 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p60).uintval(); in TEST_F() local
Dcbrt_test.cpp25 uint64_t STOP = FPBits(8.0).uintval(); in TEST_F() local
Dsin_test.cpp56 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DEventHandlerWithJacobians.java82 int STOP = 0; field
/external/llvm-libc/test/src/math/exhaustive/
Dhypotf_test.cpp56 static constexpr uint32_t STOP = ((23U + 127U) << 23) + 1; variable
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/
Dhypotf_test.cpp56 static constexpr uint32_t STOP = ((23U + 127U) << 23) + 1; variable
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/
Dhypotf_test.cpp56 static constexpr uint32_t STOP = ((23U + 127U) << 23) + 1; variable
/external/pytorch/c10/util/
Dsignal_handler.h26 enum class Action { NONE, STOP }; enumerator

12345