Home
last modified time | relevance | path

Searched refs:val_exp (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_datetime.py277 def _validate(val, val_exp, field_type, driver): argument
280 return val == val_exp.isoformat()
339 for val, val_exp in zip(items, values_exp):
358 if (str(val_exp.year) in val and
359 str(val_exp.month) in val and
360 str(val_exp.day) in val):
365 val_exp = convert_time_to_utc(val_exp)
372 if val_exp.utcoffset() is None:
450 val_exp = convert_time_to_utc(val_exp)
453 if val_exp.utcoffset() is None:
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.cpp55 static jlong val_exp = 0L; variable
247 err = jvmti_env->ForceEarlyReturnLong(thread, ++val_exp); in SingleStep()
261 int * exp_ptr = (int *) &val_exp; in MethodExit()
268 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
270 if (ret_val != val_exp) { in MethodExit()
359 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dbilateral_upsampling.hpp167 …float val_exp = std::exp (- (dx*dx + dy*dy) / (2.0f * static_cast<float> (sigma_depth_ * sigma_dep… in computeDistances() local
168 val_exp_depth(i,j) = val_exp; in computeDistances()
176 float val_exp = std::exp (- d_color * d_color / (2.0f * sigma_color_ * sigma_color_)); in computeDistances() local
177 val_exp_rgb(d_color) = val_exp; in computeDistances()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.c68 static jlong val_exp = 0L; variable
260 err = (*jvmti_env)->ForceEarlyReturnLong(jvmti_env, thread, ++val_exp); in SingleStep()
274 int * exp_ptr = (int *) &val_exp; in MethodExit()
281 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
283 if (ret_val != val_exp) { in MethodExit()
373 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/
H A Dearlyretlong.c68 static jlong val_exp = 0L; variable
260 err = (*jvmti_env)->ForceEarlyReturnLong(jvmti_env, thread, ++val_exp); in SingleStep()
274 int * exp_ptr = (int *) &val_exp; in MethodExit()
281 val_exp, exp_ptr[0], exp_ptr[1]); in MethodExit()
283 if (ret_val != val_exp) { in MethodExit()
373 val_exp = retval_base; in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretlong_getReady()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.cpp55 static jobject val_exp = NULL; variable
247 val_exp); in SingleStep()
267 if (!env->IsSameObject(ret_val, val_exp)) { in MethodExit()
269 printf("expected: 0x%p\n", val_exp); in MethodExit()
401 val_exp = env->NewGlobalRef(ret_obj); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.c68 static jobject val_exp = NULL; variable
260 val_exp); in SingleStep()
280 if (!JNI_ENV_PTR(env)->IsSameObject(JNI_ENV_ARG(env, ret_val), val_exp)) { in MethodExit()
282 printf("expected: 0x%p\n", val_exp); in MethodExit()
418 val_exp = JNI_ENV_PTR(env)->NewGlobalRef(JNI_ENV_ARG(env, ret_obj)); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/
H A Dearlyretobj.c68 static jobject val_exp = NULL; variable
260 val_exp); in SingleStep()
280 if (!JNI_ENV_PTR(env)->IsSameObject(JNI_ENV_ARG(env, ret_val), val_exp)) { in MethodExit()
282 printf("expected: 0x%p\n", val_exp); in MethodExit()
418 val_exp = JNI_ENV_PTR(env)->NewGlobalRef(JNI_ENV_ARG(env, ret_obj)); in Java_nsk_jvmti_unit_ForceEarlyReturn_earlyretobj_getReady()
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/t/form_setup/
H A Dapi.t57 my $val_exp = {
67 is_deeply( $value, $val_exp, 'got expected value' );
/dports/math/p5-Data-Float/Data-Float-0.013/lib/Data/
H A DFloat.pm1087 my $val_exp = $digit_exp - $skip_bits - 1 + $in_exp;
1089 if($val_exp > max_finite_exp) {
1093 } elsif($val_exp < min_finite_exp-1) {
1096 } elsif($val_exp < min_normal_exp) {
1097 $sig_bits = $val_exp - (min_finite_exp-1);
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/scpi-dmm/
H A Dprotocol.c170 int sig_digits, val_exp; in scpi_dmm_get_meas_agilent() local
306 val_exp = 0; in scpi_dmm_get_meas_agilent()
310 ret = sr_atoi(++p, &val_exp); in scpi_dmm_get_meas_agilent()
344 digits -= val_exp; in scpi_dmm_get_meas_agilent()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/
H A Dearlyretint.cpp69 static const int val_exp [METHCNT] = { 1, 101, 202, 303, 404 }; variable
266 val_exp[methidx]); in SingleStep()
288 val_ret[methidx], val_exp[methidx]); in MethodExit()
290 if (val_ret[methidx] != val_exp[methidx]) { in MethodExit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/
H A Dearlyretint.cpp69 static const int val_exp [METHCNT] = { 1, 101, 202, 303, 404 }; variable
266 val_exp[methidx]); in SingleStep()
288 val_ret[methidx], val_exp[methidx]); in MethodExit()
290 if (val_ret[methidx] != val_exp[methidx]) { in MethodExit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/
H A Dearlyretint.cpp69 static const int val_exp [METHCNT] = { 1, 101, 202, 303, 404 }; variable
266 val_exp[methidx]); in SingleStep()
288 val_ret[methidx], val_exp[methidx]); in MethodExit()
290 if (val_ret[methidx] != val_exp[methidx]) { in MethodExit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/
H A Dearlyretint.cpp69 static const int val_exp [METHCNT] = { 1, 101, 202, 303, 404 }; variable
266 val_exp[methidx]); in SingleStep()
288 val_ret[methidx], val_exp[methidx]); in MethodExit()
290 if (val_ret[methidx] != val_exp[methidx]) { in MethodExit()

123