HomeSort by: relevance | last modified time | path
    Searched refs:temp_low (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 649 double_int temp_high, temp_low; local
653 temp_low.high = 0;
654 temp_low.low = 0;
658 temp_low = a->data.lshift (b->data.low,
666 f->data = temp_low;
667 overflow_p = fixed_saturate2 (f->mode, temp_high, temp_low, &f->data,
817 /* Left shift a to temp_high, temp_low based on a->mode. */
818 double_int temp_high, temp_low; local
820 temp_low = a->data.lshift (amount,
830 f->data = temp_low;
954 double_int temp_high, temp_low; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 649 double_int temp_high, temp_low; local
653 temp_low.high = 0;
654 temp_low.low = 0;
658 temp_low = a->data.lshift (b->data.low,
666 f->data = temp_low;
667 overflow_p = fixed_saturate2 (f->mode, temp_high, temp_low, &f->data,
817 /* Left shift a to temp_high, temp_low based on a->mode. */
818 double_int temp_high, temp_low; local
820 temp_low = a->data.lshift (amount,
830 f->data = temp_low;
954 double_int temp_high, temp_low; local
    [all...]
  /src/sys/dev/i2c/
emcfan.c 1421 uint8_t temp_low; local
1452 temp_low = 0;
1454 error = emcfan_read_register(sc, EMCFAN_INTERNAL_TEMP_LOW, &temp_low);
1489 error = emcfan_read_register(sc, EMCFAN_2101_EXTERNAL_TEMP_LOW, &temp_low);
1624 temp_low = 0;
1626 error = emcfan_read_register(sc, external_temp_low_reg, &temp_low);
1646 temp_low == 0) {
1657 (temp_low >> 5) == 0x00) {
1668 tl = temp_low >> 5;

Completed in 26 milliseconds