Home
last modified time | relevance | path

Searched refs:INF (Results 1 – 25 of 64) sorted by relevance

123

/external/mesa3d/src/glsl/builtins/ir/
Disinf.ir5 ((return (expression bool == (expression float abs (var_ref x)) (constant float (+INF))))))
9 ((return (expression bvec2 == (expression vec2 abs (var_ref x)) (constant vec2 (+INF +INF))))))
13 …((return (expression bvec3 == (expression vec3 abs (var_ref x)) (constant vec3 (+INF +INF +INF))))…
17 … (expression bvec4 == (expression vec4 abs (var_ref x)) (constant vec4 (+INF +INF +INF +INF))))))))
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp68 rx_frame_.INF[0] = 'A'; in TEST_F()
69 rx_frame_.INF[1] = 'B'; in TEST_F()
70 rx_frame_.INF[2] = teq1_compute_LRC(&rx_frame_); in TEST_F()
72 rx_frame_.INF[2] = teq1_compute_LRC(&rx_frame_) - 1; in TEST_F()
134 memcpy(rx_frame_.INF, tx_data_.data(), INF_LEN); in SetUp()
135 rx_frame_.INF[INF_LEN] = teq1_compute_LRC(&rx_frame_); in SetUp()
161 rx_frame_.INF[0] = teq1_compute_LRC(&rx_frame_); in TEST_F()
176 rx_frame_.INF[INF_LEN] = teq1_compute_LRC(&rx_frame_); in TEST_F()
194 rx_frame_.INF[0] = 2; /* Wait x 2 */ in TEST_F()
195 rx_frame_.INF[1] = teq1_compute_LRC(&rx_frame_); in TEST_F()
[all …]
/external/libese/libese-teq1/
Dteq1.c106 frame->INF[frame->header.LEN] = teq1_compute_LRC(frame); in teq1_transmit()
162 ese->ops->hw_receive(ese, (uint8_t *)(&(frame->INF[0])), in teq1_receive()
164 teq1_dump_receive((uint8_t *)(&(frame->INF[0])), frame->header.LEN + 1); in teq1_receive()
192 ese_memcpy(frame->INF, state->app_data.tx_buf, len); in teq1_fill_info_block()
223 ese_memcpy(state->app_data.rx_buf, frame->INF, len); in teq1_get_app_data()
250 if (rx_frame->INF[rx_frame->header.LEN] != lrc) { in teq1_frame_error_check()
251 ALOGE("Invalid LRC %x instead of %x", rx_frame->INF[rx_frame->header.LEN], in teq1_frame_error_check()
372 next_tx->INF[0] = rx_frame->INF[0]; in teq1_rules()
373 state->wait_mult = rx_frame->INF[0]; in teq1_rules()
391 next_tx->INF[0] = rx_frame->INF[0]; in teq1_rules()
[all …]
/external/libphonenumber/demo/war/WEB-INF/
Dlogging.properties4 # To use this configuration, copy it into your application's WEB-INF
8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
DECLIPSEF.SF27 Name: data/30/plugin/META-INF/MANIFEST.MF
30 Name: data/30/fragment/META-INF/MANIFEST.MF
48 Name: META-INF/eclipse.inf
/external/conscrypt/openjdk-uber/
Dbuild.gradle36 include '/META-INF/native/**'
50 exclude '/META-INF/**'
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java59 … public static final Complex INF = new Complex(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY); field in Complex
364 return INF; in multiply()
403 return INF; in multiply()
958 result.add(Complex.INF); in nthRoot()
/external/proguard/examples/
Dproguardgui.pro14 -injars ../lib/proguard.jar(!META-INF/**,!proguard/ant/**,!proguard/gradle/**,!proguard/wtk/**)
15 -injars ../lib/retrace.jar (!META-INF/**)
/external/libese/libese-hw/
Dese_hw_echo.c102 if (teq1_compute_LRC(&es->frame) != es->frame.INF[es->frame.header.LEN]) { in echo_transmit()
136 frame->INF[frame->header.LEN] = teq1_compute_LRC(frame); in echo_preprocess()
/external/junit/
D.gitignore2 src/META-INF/MANIFEST.MF
/external/jacoco/org.jacoco.doc/
Dbuild.properties1 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.examples.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.agent/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.examples/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.ant/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.core.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.core/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.agent.rt.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.report/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.agent.rt/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.agent.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.report.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/jacoco/org.jacoco.ant.test/
Dbuild.properties3 bin.includes = META-INF/,\
/external/proguard/examples/gradle/
Dproguardgui.gradle34 …injars '../../lib/proguard.jar', filter: '!META-INF/**,!proguard/ant/**,!proguard/gradle/**,!prog…
35 injars '../../lib/retrace.jar', filter: '!META-INF/**'
/external/pdfium/testing/resources/javascript/
Dbug_361_expected.txt27 Alert: Answer for "INF" is: string INF

123