Search

Frederick F Weber

age ~40

from Wantagh, NY

Also known as:
  • Frederick J Weber
  • Fred F Weber
  • Fredrick F Weber
  • Fred J Weber

Frederick Weber Phones & Addresses

  • Wantagh, NY
  • Bellerose, NY
  • New Hyde Park, NY
  • Redwood City, CA
  • Ridgewood, NY
  • El Cerrito, CA

Us Patents

  • Optimized Allocation Of Multi-Pipeline Executable And Specific Pipeline Executable Instructions To Execution Pipelines Based On Criteria

    view source
  • US Patent:
    6370637, Apr 9, 2002
  • Filed:
    Aug 5, 1999
  • Appl. No.:
    09/370789
  • Inventors:
    Stephan G. Meier - Sunnyvale CA
    Norbert Juffa - San Jose CA
    Frederick D. Weber - San Jose CA
    Stuart F. Oberman - Sunnyvale CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 938
  • US Classification:
    712215, 709104, 712222
  • Abstract:
    A microprocessor with a floating point unit configured to efficiently allocate multi-pipeline executable instructions is disclosed. Multi-pipeline executable instructions are instructions that are not forced to execute in a particular type of execution pipe. For example, junk ops are multi-pipeline executable. A junk op is an instruction that is executed at an early stage of the floating point units pipeline (e. g. , during register rename), but still passes through an execution pipeline for exception checking. Junk ops are not limited to a particular execution pipeline, but instead may pass through any of the microprocessors execution pipelines in the floating point unit. Multi-pipeline executable instructions are allocated on a per-clock cycle basis using a number of different criteria. For example, the allocation may vary depending upon the number of multi-pipeline executable instructions received by the floating point unit in a single clock cycle.
  • Method And Apparatus For Calculating A Power Of An Operand

    view source
  • US Patent:
    6381625, Apr 30, 2002
  • Filed:
    Feb 12, 2001
  • Appl. No.:
    09/782474
  • Inventors:
    Stuart Oberman - Sunnyvale CA
    Norbert Juffa - San Jose CA
    Ming Siu - San Jose CA
    Frederick D Weber - San Jose CA
    Ravikrishna Cherukuri - Milpitas CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 7552
  • US Classification:
    708606, D8605
  • Abstract:
    A multiplier capable of performing signed and unsigned scalar and vector multiplication is disclosed. The multiplier is configured to receive signed or unsigned multiplier and multiplicand operands in scalar or packed vector form. An effective sign for the multiplier and multiplicand operands may be calculated and used to create and select a number of partial products according to Booths algorithm. Once the partial products have been created and selected, they may be summed and the results may be output. The results may be signed or unsigned, and may represent vector or scalar quantities. When a vector multiplication is performed, the multiplier may be configured to generate and select partial products so as to effectively isolate the multiplication process for each pair of vector components. The multiplier may also be configured to sum the products of the vector components to form the vector dot product. The final product may be output in segments so as to require fewer bus lines.
  • Rapid Execution Of Fcmov Following Fcomi By Storing Comparison Result In Temporary Register In Floating Point Unit

    view source
  • US Patent:
    6393555, May 21, 2002
  • Filed:
    Aug 5, 1999
  • Appl. No.:
    09/370787
  • Inventors:
    Stephan G. Meier - Sunnyvale CA
    Norbert Juffa - San Jose CA
    Frederick D. Weber - San Jose CA
    Stuart F. Oberman - Sunnyvale CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 930
  • US Classification:
    712222, 712 32, 712 34, 712217, 712225
  • Abstract:
    A microprocessor with a floating point unit configured to rapidly execute floating point compare (FCOMI) type instructions that are followed by floating point conditional move (FCMOV) type instructions is disclosed. FCOMI-type instructions, which normally store their results to integer status flag registers, are modified to store a copy of their results to a temporary register located within the floating point unit. If an FCMOV-type instruction is detected following an FCOMI-type instruction, then the FCMOV-type instructions source for flag information is changed from the integer flag register to the temporary register. FCMOV-type instructions are thereby able to execute earlier because they need not wait for the integer flags to be read from the integer portion of the microprocessor. A computer system and method for rapidly executing FCOMI-type instructions followed by FCMOV-type instructions are also disclosed.
  • Method And Apparatus For Rounding In A Multiplier

    view source
  • US Patent:
    6397238, May 28, 2002
  • Filed:
    Feb 12, 2001
  • Appl. No.:
    09/782475
  • Inventors:
    Stuart Oberman - Sunnyvale CA
    Norbert Juffa - San Jose CA
    Ming Siu - San Jose CA
    Frederick D Weber - San Jose CA
    Ravikrishna Cherukuri - Milpitas CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 752
  • US Classification:
    708497, 708551
  • Abstract:
    A multiplier capable of performing signed and unsigned scalar and vector multiplication is disclosed. The multiplier is configured to receive signed or unsigned multiplier and multiplicand operands in scalar or packed vector form. An effective sign for the multiplier and multiplicand operands may be calculated and used to create and select a number of partial products according to Booths algorithm. Once the partial products have been created and selected, they may be summed and the results may be output. The results may be signed or unsigned, and may represent vector or scalar quantities. When a vector multiplication is performed, the multiplier may be configured to generate and select partial products so as to effectively isolate the multiplication process for each pair of vector components. The multiplier may also be configured to sum the products of the vector components to form the vector dot product. The final product may be output in segments so as to require fewer bus lines.
  • Method And Apparatus For Rapid Execution Of Fcom And Fstsw

    view source
  • US Patent:
    6425074, Jul 23, 2002
  • Filed:
    Sep 10, 1999
  • Appl. No.:
    09/393524
  • Inventors:
    Stephan G. Meier - Sunnyvale CA
    Norbert Juffa - San Jose CA
    Frederick D. Weber - San Jose CA
    Stuart F. Oberman - Sunnyvale CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 9302
  • US Classification:
    712222, 712228, 712245, 712217, 708495, 708525, 708501, 708204, 711123
  • Abstract:
    A microprocessor configured to rapidly execute floating point store status word (FSTSW) type instructions that are immediately preceded by floating point compare (FCOM) type instructions is disclosed. FCOM-type instructions are modified to store their results to an architectural floating point status word and a temporary destination register. If an FSTSW-type instruction is detected immediately following an FCOM-type instruction, then the FSTSW-type instruction is transformed into a special fast floating point store status word (FSTSWEF) instruction. Unlike the FSTSW-type instruction, which is serializing and negatively impacts performance, the FSTSWEF instruction is not serializing and allows execution to continue without undue serialization. A computer system and method for rapidly executing FSTSW instructions immediately preceded by FCOM-type instructions are also disclosed.
  • Computer System Including A Novel Address Translation Mechanism

    view source
  • US Patent:
    6446189, Sep 3, 2002
  • Filed:
    Jun 1, 1999
  • Appl. No.:
    09/323321
  • Inventors:
    Frederick D. Weber - San Jose CA
    William A. Hughes - Burlingame CA
    William K. Lewchuk - Austin TX
    Scott A. White - Austin TX
    Michael T. Clark - Austin TX
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 1200
  • US Classification:
    711207, 711209, 710 49
  • Abstract:
    A processor is presented including a cache unit coupled to a bus interface unit (BIU). Address signal selection and masking functions are performed by circuitry within the BIU rather than within the cache unit, and physical addresses produced by the BIU are stored within the TLB. As a result, address signal selection and masking circuitry (e. g. , a multiplexer and gating logic) are eliminated from a critical speed path within the cache unit, allowing the operational speed of the cache unit to be increased. The cache unit stores data items, and produces a data item corresponding to a received linear address. A translation lookaside buffer (TLB) within the cache unit stores multiple linear addresses and corresponding physical addresses. When a physical address corresponding to the received linear address is not found within the TLB, the cache unit passes the linear address to the BIU. The BIU includes address translation circuitry, a multiplexer, and gating logic, and returns the physical address corresponding to the linear address to the cache unit.
  • Flexible Implementation Of A System Management Mode (Smm) In A Processor

    view source
  • US Patent:
    6453278, Sep 17, 2002
  • Filed:
    Jul 21, 2000
  • Appl. No.:
    09/620981
  • Inventors:
    John G. Favor - San Jose CA
    Frederick D. Weber - San Jose CA
  • Assignee:
    Advanced Micro Devices, Inc. - Sunnyvale CA
  • International Classification:
    G06F 944
  • US Classification:
    703 27, 703 26, 710 17, 710264, 712209
  • Abstract:
    A system management mode (SMM) of operating a processor includes only a basic set of hardwired hooks or mechanisms in the processor for supporting SMM. Most of SMM functionality, such as the processing actions performed when entering and exiting SMM, is âsoftâ and freely defined. A system management interrupt (SMI) pin is connected to the processor so that a signal on the SMI pin causes the processor to enter SMM mode. SMM is completely transparent to all other processor operating software. SMM handler code and data is stored in memory that is protected and hidden from normal software access.
  • Locking Mechanism Override And Disable For Personal Computer Rom Access Protection

    view source
  • US Patent:
    7003676, Feb 21, 2006
  • Filed:
    May 30, 2001
  • Appl. No.:
    09/871084
  • Inventors:
    Frederick D. Weber - San Jose CA, US
    Dale E. Gulick - Austin TX, US
  • Assignee:
    Advanced Micro Devices, Inc. - Austin TX
  • International Classification:
    G06F 11/30
    H04L 9/00
  • US Classification:
    713194, 713172, 713182, 726 34
  • Abstract:
    A method and system for overriding access locks on secure assets in a computer system. The system includes a processor and a device coupled to the processor. The device includes one or more sub-devices, one or more access locks, and an access lock override register that stores one or more access lock override bits, including a lock override bit. The one or more access locks are configured to prevent access to the one or more sub-devices when the one or more access locks are engaged. Access to the one or more sub-devices is not allowed when the lock override bit is set. The method includes requesting a memory transaction for one or more memory addresses and determining a lock status for the one or more memory addresses. The method also includes returning the lock status for the one or more memory addresses. The method may determine if the lock status for the one or more memory address can be changed.

Medicine Doctors

Frederick Weber Photo 1

Frederick L. Weber

view source
Specialties:
Gastroenterology, Hepatology
Work:
Tri Health Digestive Institute
10600 Montgomery Rd STE 300, Cincinnati, OH 45242
(513)7945600 (phone), (513)2811908 (fax)

Tri Health Digestive Institute
9582 Princeton Glendale Rd STE 200, Hamilton, OH 45011
(513)7945600 (phone), (513)2811908 (fax)
Education:
Medical School
Cornell University Weill Medical College
Graduated: 1970
Procedures:
Esophageal Dilatation
Colonoscopy
Endoscopic Retrograde Cholangiopancreatography (ERCP)
Sigmoidoscopy
Upper Gastrointestinal Endoscopy
Vaccine Administration
Conditions:
Cirrhosis
Infectious Liver Disease
Abdominal Hernia
Acute Pancreatitis
Acute Renal Failure
Languages:
English
Spanish
Description:
Dr. Weber graduated from the Cornell University Weill Medical College in 1970. He works in Hamilton, OH and 1 other location and specializes in Gastroenterology and Hepatology. Dr. Weber is affiliated with Bethesda North Hospital, Fort Hamilton Hospital and Good Samaritan Hospital.
Frederick Weber Photo 2

Frederick H. Weber

view source
Specialties:
Gastroenterology
Work:
University Of Alabama Gastroenterology & Hepatology
2000 6 Ave S FL 3, Birmingham, AL 35233
(205)9346060 (phone), (205)8018668 (fax)
Education:
Medical School
Tufts University School of Medicine
Graduated: 1983
Procedures:
Colonoscopy
Esophageal Dilatation
Sigmoidoscopy
Upper Gastrointestinal Endoscopy
Conditions:
Cirrhosis
Infectious Liver Disease
Acute Pancreatitis
Anal Fissure
Benign Polyps of the Colon
Languages:
Chinese
English
French
Spanish
Description:
Dr. Weber graduated from the Tufts University School of Medicine in 1983. He works in Birmingham, AL and specializes in Gastroenterology. Dr. Weber is affiliated with UAB Highlands Hospital and University Of Alabama Hospital.

Isbn (Books And Publications)

Aspects of Death and Correlated Aspects of Life in Art, Epigram, and Poetry: Contributions towards an Anthology and an Iconography of the Subject

view source

Author
Frederick Parkes Weber

ISBN #
0843400730

Name / Title
Company / Classification
Phones & Addresses
Frederick E. Weber
President
Frederick E Weber Chrties Cor
Frederick Weber
Owner
Eagle Transmission Service Inc
Frederick Weber
Architect, Owner
Frederick R Weber Architect
Frederick J. Weber
President
Rebew Associates, Inc
Frederick Weber
Principal
Frederick H Weber Jr LLC
Frederick Weber
Chief Executive Officer, Owner
Gastroenterology Consultants of Savannah
Frederick H. Weber
Gastroenterology
Department of Urology at U A B
Frederick L. Weber
Gastroenterology
Gastroenterology Consultants Inc

Wikipedia

Frederick Weber (fencer)

view source

Frederick Weber (1 December 1905 17 February 1994) was an American Olympic fencer and modern pentathlete. He competed at the 1936 Summer Olympics. ...

Resumes

Frederick Weber Photo 3

President Of Weber Scientific

view source
Location:
Greater New York City Area
Industry:
Food & Beverages
Frederick Weber Photo 4

Managing Director At Jb Homer Associates

view source
Location:
Greater New York City Area
Industry:
Management Consulting
Frederick Weber Photo 5

Frederick Weber

view source
Frederick Weber Photo 6

Frederick Weber

view source
Frederick Weber Photo 7

Frederick Weber

view source
Frederick Weber Photo 8

Frederick Weber

view source
Frederick Weber Photo 9

Adjunct Senior Research Scientist At Earth Institute, Columbia University

view source
Position:
Adjunct Senior Research Scientist at Earth Institute, Columbia University
Location:
Greater New York City Area
Industry:
Research
Work:
Earth Institute, Columbia University
Adjunct Senior Research Scientist
Education:
Grinnell College
University of Wisconsin-Madison
Frederick Weber Photo 10

General Manager Northeast Area For Enersys

view source
Location:
Greater New York City Area
Industry:
Oil & Energy

Classmates

Frederick Weber Photo 11

Frederick Weber

view source
Schools:
Aviation Trades High School New York NY 1951-1955
Community:
Raymond Iorio, Valerie Todd, Mayra Rivera, Robert Cruz
Frederick Weber Photo 12

Frederick Weber

view source
Schools:
Paulsboro High School Paulsboro NJ 1968-1972
Community:
Steve Anuszewski, Birgit Lucidi, Oberlin Brice, Christine Minnite, Scott Falen, Susanne Minix, Jacqueline Gares, Robbie Wilson, Mary Myers
Frederick Weber Photo 13

Frederick Weber | Center ...

view source
Frederick Weber Photo 14

Frederick Weber, North Hi...

view source
Frederick Weber Photo 15

Vocational High School, S...

view source
Graduates:
Arthur Ward (1954-1958),
Frederick Weber (1944-1948),
Donald Morse (1962-1966),
Kathy Welch (1961-1965),
Patricia Krupa (1956-1960)
Frederick Weber Photo 16

Elizabeth Forward High Sc...

view source
Graduates:
Frederick Weber (1982-1986),
Robert Satterfield (1967-1971),
Natalie Vaira (1956-1960),
Paula Nicol (1962-1966)
Frederick Weber Photo 17

Regis High School, Eau cl...

view source
Graduates:
Frederick Weber (1956-1960),
Peter Cunningham (1957-1961),
John Kuehn (1961-1965),
Mary Wright (1961-1965)
Frederick Weber Photo 18

Manhattan High School of ...

view source
Graduates:
Frederick Weber (1951-1955),
Harris Galinsky (1942-1946),
George Graefe (1951-1955),
Cliff Guinyard (1957-1961)

Myspace

Frederick Weber Photo 19

Frederick Weber

view source
Locality:
NORFOLK, Virginia
Gender:
Male
Birthday:
1926
Frederick Weber Photo 20

frederick weber

view source
Locality:
CROFTON, Maryland
Gender:
Male
Birthday:
1948
Frederick Weber Photo 21

Frederick Weber

view source
Locality:
ENDICOTT
Gender:
Male
Birthday:
1945

Youtube

Jeffrey Frederick & The Clamtones: Robbin Banks

Clamtones reunion in 1993 with Jeff and the surviving Clamtones plus F...

  • Category:
    Music
  • Uploaded:
    03 Jul, 2008
  • Duration:
    6m 4s

Fred Peavy My Friend

Fred was a great athlete and a mentor to many kids throughout the year...

  • Category:
    People & Blogs
  • Uploaded:
    14 Aug, 2010
  • Duration:
    5m 18s

Wiltrud Weber's Global Acoustic Project LIVE ...

THE WORDS OF MANY DIFFERENT LANGUAGES BECOME ONE ***** Wiltrud Weber t...

  • Category:
    Music
  • Uploaded:
    25 May, 2010
  • Duration:
    3m 56s

Gianni Schicchi - New Orleans Opera

This is from the New Orleans Opera's production of Puccini's Il Tritti...

  • Category:
    Music
  • Uploaded:
    16 Nov, 2007
  • Duration:
    2m 13s

The 13th Protocol

A short film written and directed by Mark Greenstreet and starring Jam...

  • Category:
    Film & Animation
  • Uploaded:
    15 Jan, 2011
  • Duration:
    15m

Invocation for strings and harp by William Ll...

Invocation for strings and harp by William Lloyd Webber conducted by R...

  • Category:
    Music
  • Uploaded:
    02 Dec, 2008
  • Duration:
    3m 19s

Facebook

Frederick Weber Photo 22

Frederick W Weber

view source
Frederick Weber Photo 23

Frederic Weber

view source
Frederick Weber Photo 24

Fred Weber

view source
Frederick Weber Photo 25

Frederick Weber

view source
Frederick Weber Photo 26

Frederick Weber

view source
Frederick Weber Photo 27

Frederick Weber

view source
Frederick Weber Photo 28

Frederick Weber

view source
Frederick Weber Photo 29

Frederick Weber

view source

Googleplus

Frederick Weber Photo 30

Frederick Weber

Education:
South River
About:
I'm 20 years old, I live in Annapolis, Maryland. I have a really bad haircut
Tagline:
I'm very weird
Bragging Rights:
I'm pretty chill
Frederick Weber Photo 31

Frederick Weber

Tagline:
Drumer 35 yrs
Frederick Weber Photo 32

Frederick Weber

Tagline:
AWESOME AM I!!!
Frederick Weber Photo 33

Frederick Weber

Frederick Weber Photo 34

Frederick Weber

Frederick Weber Photo 35

Frederick Weber

Work:
Reliant - Area Manager (2010)
Education:
Southside Virginia Community

Get Report for Frederick F Weber from Wantagh, NY, age ~40
Control profile